home *** CD-ROM | disk | FTP | other *** search
- IconDirectory "/gcc/includes/X11R5/x11/bitmaps"
-
- VirtualDesktop "3000x2000"
-
- NoVersion
- NoRaiseOnMove
- NoRaiseOnResize
- NoTitleHighlight
- NoGrabServer
- NoHighlight
- NoTitleFocus
- ConstrainedMoveTime 0
- DecorateTransients
- #OpaqueMove
- PannerOpaqueScroll
- SqueezeTitle
- BorderWidth 1
- IconRegion "200x100-200+10" NORTH EAST 75 25
- TitleFont "-*-helvetica-bold-o-normal--*-140-*-*-*-*-iso8859-1"
- MenuFont "-*-helvetica-bold-r-normal--*-140-*-*-*-*-iso8859-1"
- IconFont "-*-helvetica-bold-r-normal--*-140-*-*-*-*-iso8859-1"
- ResizeFont "-*-helvetica-bold-r-normal--*-100-*-*-*-*-iso8859-1"
- IconManagerFont "-*-helvetica-bold-r-normal--*-100-*-*-*-*-iso8859-1"
- SortIconManager
- StickyAbove
-
- Sticky
- {
- "TWM IconManager"
- }
-
- Cursors
- {
- Button "left_ptr"
- Menu "left_ptr"
- Title "left_ptr"
- Frame "left_ptr"
- Icon "left_ptr"
- }
-
- Monochrome
- {
- IconManagerHighlight "#000000"
- BorderColor "#000000"
- TitleBackground "#ffffff"
- TitleForeground "#000000"
- MenuBackground "#ffffff"
- MenuForeground "#000000"
- MenuTitleBackground "#ffffff"
- MenuTitleForeground "#000000"
- IconBackground "#ffffff"
- IconForeground "#000000"
- IconBorderColor "#000000"
- IconManagerBackground "#ffffff"
- IconManagerForeground "#000000"
- }
-
-
- # define key bindings
-
- MoveDelta 3
-
- Function "move-or-raise"
- {
- f.move
- f.deltastop
- f.raise
- }
-
- Function "move-or-raiselower"
- {
- f.move
- f.deltastop
- f.raiselower
- }
-
- Function "move-or-iconify"
- {
- f.move
- f.deltastop
- f.iconify
- }
-
- Function "next-window"
- {
- }
-
- Function "previous-window"
- {
- }
-
- DefaultFunction f.nop
-
- Button1 = : title : f.function "move-or-raiselower"
- Button3 = : title : f.menu "Title Menu"
- Button1 = m : window|icon : f.iconify
- Button3 = c m : window|icon : f.function "move-or-raiselower"
- Button3 = m : window|icon : f.resize
- Button1 = : root : f.menu "Clients"
- Button3 = : root : f.menu "System"
- Button1 = : icon : f.function "move-or-iconify"
-
- #ForceIcons
-
- Icons
- {
- "XTerm" "terminal" # from IconDirectory
- "xfd" "xfd_icon"
- }
-
- #UnknownIcon "icon"
-
- menu "Clients"
- {
- "Clients" f.title
- "xlogo" !"run xlogo >nil:"
- "xclock" !"run xclock >nil: -update 1"
- "Exit" f.quit
- }
-
- menu "System"
- {
- "System" f.title
- "Window ops" f.menu "Window Ops"
- "Windows" f.menu "TwmWindows"
- "" f.nop
- "Refresh" f.refresh
- "Unfocus" f.unfocus
- "Show Icon Box" f.showiconmgr
- "Hide Icon Box" f.hideiconmgr
- "Version" f.version
- "" f.nop
- "Restart" f.restart
- "Logout" f.quit
- }
-
- menu "Window Ops"
- {
- "Window Ops" f.title
- "Lower" f.lower
- "Raise" f.raise
- "Resize" f.resize
- "Move" f.move
- "Deiconify" f.deiconify
- "Iconify" f.iconify
- "Identify" f.identify
- "Focus" f.focus
- "Kill" f.destroy
- }
-
- menu "Title Menu"
- {
- "Lower" f.lower
- "Raise" f.raise
- "Resize" f.resize
- "Move" f.move
- "Iconify" f.iconify
- "Identify" f.identify
- "Focus" f.focus
- "Kill" f.destroy
- "Dismiss" f.delete
- }
-
-
-
-
-
-
-
-
-